home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue31 / webcomm / HTSHOPC.DFM / HTSHOPC.txt
Encoding:
Text File  |  1998-01-14  |  8.3 KB  |  349 lines

  1. inherited fmShopPanel: TfmShopPanel
  2.   Left = 254
  3.   Top = 211
  4.   Width = 486
  5.   Height = 293
  6.   Caption = '&Shopping'
  7.   PixelsPerInch = 120
  8.   TextHeight = 16
  9.   object Label7: TLabel [0]
  10.     Left = 16
  11.     Top = 144
  12.     Width = 75
  13.     Height = 16
  14.     Caption = 'E-Mail From:'
  15.   end
  16.   inherited pa: TPanel
  17.     Width = 478
  18.     Height = 242
  19.     object ToolBar: TtpToolBar
  20.       Left = 5
  21.       Top = 5
  22.       Width = 468
  23.       Height = 40
  24.       Align = alTop
  25.       TabOrder = 0
  26.       LeaveSpace = False
  27.       object tpToolButton1: TtpToolButton
  28.         Left = 0
  29.         Top = 1
  30.         Width = 113
  31.         Height = 28
  32.         Hint = 'Toggle table display'
  33.         Caption = 'Display the Table'
  34.         ParentShowHint = False
  35.         ShowHint = True
  36.         OnClick = tpToolButton1Click
  37.         LeaveSpace = False
  38.         MinWidth = 24
  39.       end
  40.     end
  41.     object tpComponentPanel2: TtpComponentPanel
  42.       Left = 5
  43.       Top = 45
  44.       Width = 156
  45.       Height = 192
  46.       Align = alLeft
  47.       TabOrder = 1
  48.       object GroupBox1: TGroupBox
  49.         Left = 1
  50.         Top = 97
  51.         Width = 154
  52.         Height = 72
  53.         Align = alTop
  54.         Caption = 'EMail Feature'
  55.         TabOrder = 0
  56.       end
  57.       object GroupBox2: TGroupBox
  58.         Left = 1
  59.         Top = 1
  60.         Width = 154
  61.         Height = 96
  62.         Align = alTop
  63.         Caption = 'Shopping Cart'
  64.         TabOrder = 1
  65.       end
  66.     end
  67.     object PageControl1: TPageControl
  68.       Left = 161
  69.       Top = 45
  70.       Width = 312
  71.       Height = 192
  72.       ActivePage = TabSheet1
  73.       Align = alClient
  74.       TabOrder = 2
  75.       object TabSheet1: TTabSheet
  76.         Caption = '&Table'
  77.         object DBGrid1: TDBGrid
  78.           Left = 0
  79.           Top = 0
  80.           Width = 304
  81.           Height = 136
  82.           Align = alClient
  83.           TabOrder = 0
  84.           TitleFont.Charset = DEFAULT_CHARSET
  85.           TitleFont.Color = clWindowText
  86.           TitleFont.Height = -11
  87.           TitleFont.Name = 'MS Sans Serif'
  88.           TitleFont.Style = []
  89.         end
  90.         object DBNavigator1: TDBNavigator
  91.           Left = 0
  92.           Top = 136
  93.           Width = 304
  94.           Height = 25
  95.           Align = alBottom
  96.           TabOrder = 1
  97.         end
  98.       end
  99.       object tsEConfig: TTabSheet
  100.         Caption = 'Configure E-Mail'
  101.         object Label4: TLabel
  102.           Left = 16
  103.           Top = 16
  104.           Width = 75
  105.           Height = 16
  106.           Caption = 'E-Mail From:'
  107.         end
  108.         object Label5: TLabel
  109.           Left = 16
  110.           Top = 40
  111.           Width = 61
  112.           Height = 16
  113.           Caption = 'E-Mail To:'
  114.         end
  115.         object Label6: TLabel
  116.           Left = 24
  117.           Top = 64
  118.           Width = 56
  119.           Height = 16
  120.           Caption = 'Mail host:'
  121.         end
  122.         object Label8: TLabel
  123.           Left = 32
  124.           Top = 88
  125.           Width = 27
  126.           Height = 16
  127.           Caption = 'Port:'
  128.         end
  129.         object Label9: TLabel
  130.           Left = 24
  131.           Top = 112
  132.           Width = 48
  133.           Height = 16
  134.           Caption = 'Subject:'
  135.         end
  136.         object EditEMailFrom: TEdit
  137.           Left = 88
  138.           Top = 16
  139.           Width = 121
  140.           Height = 24
  141.           ParentShowHint = False
  142.           ShowHint = True
  143.           TabOrder = 0
  144.           Text = 'EditEMailFrom'
  145.         end
  146.         object EditEMailTo: TEdit
  147.           Left = 88
  148.           Top = 38
  149.           Width = 121
  150.           Height = 24
  151.           ParentShowHint = False
  152.           ShowHint = True
  153.           TabOrder = 1
  154.           Text = 'EditEMailTo'
  155.         end
  156.         object EditMailhost: TEdit
  157.           Left = 88
  158.           Top = 60
  159.           Width = 121
  160.           Height = 24
  161.           Hint = 'e.g. mail.sonic.net'
  162.           ParentShowHint = False
  163.           ShowHint = True
  164.           TabOrder = 2
  165.           Text = 'EditMailhost'
  166.         end
  167.         object EditSubject: TEdit
  168.           Left = 88
  169.           Top = 104
  170.           Width = 121
  171.           Height = 24
  172.           ParentShowHint = False
  173.           ShowHint = True
  174.           TabOrder = 3
  175.           Text = 'EditSubject'
  176.         end
  177.         object EditMailPort: TEdit
  178.           Left = 89
  179.           Top = 83
  180.           Width = 121
  181.           Height = 24
  182.           Hint = 'Port 25 is usually right.'
  183.           ParentShowHint = False
  184.           ShowHint = True
  185.           TabOrder = 4
  186.           Text = 'EditMailPort'
  187.         end
  188.       end
  189.     end
  190.   end
  191.   object tpStatusBar1: TtpStatusBar
  192.     Left = 0
  193.     Top = 242
  194.     Width = 478
  195.     Height = 19
  196.     Panels = <
  197.       item
  198.         Width = 50
  199.       end>
  200.     ParentShowHint = False
  201.     ShowHint = True
  202.     SimplePanel = False
  203.   end
  204.   object WebDataGrid1: TWebDataGrid
  205.     tpOptions = [tpUpdateOnGet, tpStatusPanel]
  206.     StatusBar = tpStatusBar1
  207.     WebIni = fmWebAppMainForm.WebIniLink
  208.     WebApp = fmWebAppMainForm.htWebApp
  209.     DirectCallOk = False
  210.     WebServer = fmWebAppMainForm.WebServer
  211.     WebDataSource = WebDataSource1
  212.     DataScanOptions = [dsFirst, dsPrior, dsNext, dsLast, dsCheckBoxes, dsInputFields]
  213.     ScanMode = dsByKey
  214.     ControlsWhere = dsbNone
  215.     ButtonsWhere = dsbNone
  216.     ButtonAutoHide = False
  217.     OverlapScroll = False
  218.     Border = 'BORDER'
  219.     ShowRecno = False
  220.     Preformat = False
  221.     Left = 16
  222.     Top = 68
  223.   end
  224.   object WebActionOrderList: TWebAction
  225.     tpOptions = [tpUpdateOnLoad, tpStatusPanel]
  226.     StatusBar = tpStatusBar1
  227.     OnExecute = WebActionOrderListExecute
  228.     DirectCallOk = False
  229.     Left = 16
  230.     Top = 100
  231.   end
  232.   object WebActionPostLit: TWebAction
  233.     tpOptions = [tpUpdateOnLoad, tpStatusPanel]
  234.     StatusBar = tpStatusBar1
  235.     OnExecute = WebActionPostLitExecute
  236.     DirectCallOk = False
  237.     Left = 48
  238.     Top = 100
  239.   end
  240.   object WebDataSource1: TWebDataSource
  241.     tpOptions = [tpUpdateOnGet, tpStatusPanel]
  242.     StatusBar = tpStatusBar1
  243.     WebIni = fmWebAppMainForm.WebIniLink
  244.     WebApp = fmWebAppMainForm.htWebApp
  245.     DirectCallOk = False
  246.     OpenDataSets = 0
  247.     OpenDataSetRetain = 600
  248.     MaxOpenDataSets = 1
  249.     GotoMode = wgGotoKey
  250.     SaveTableName = False
  251.     DataSource = DataSource1
  252.     KeyFieldNames = 'PartNo'
  253.     Left = 48
  254.     Top = 68
  255.   end
  256.   object DataSource1: TDataSource
  257.     DataSet = Table1
  258.     Left = 80
  259.     Top = 68
  260.   end
  261.   object Table1: TTable
  262.     DatabaseName = 'DBDEMOS'
  263.     TableName = 'PARTS.DB'
  264.     Left = 112
  265.     Top = 68
  266.     object Table1PartNo: TFloatField
  267.       Alignment = taLeftJustify
  268.       FieldName = 'PartNo'
  269.       DisplayFormat = 'PN-00000'
  270.     end
  271.     object Table1VendorNo: TFloatField
  272.       FieldName = 'VendorNo'
  273.       DisplayFormat = 'VN 0000'
  274.       MaxValue = 9999.000000000000000000
  275.       MinValue = 1000.000000000000000000
  276.     end
  277.     object Table1Description: TStringField
  278.       FieldName = 'Description'
  279.       Size = 30
  280.     end
  281.     object Table1OnHand: TFloatField
  282.       FieldName = 'OnHand'
  283.     end
  284.     object Table1OnOrder: TFloatField
  285.       FieldName = 'OnOrder'
  286.     end
  287.     object Table1Cost: TCurrencyField
  288.       FieldName = 'Cost'
  289.     end
  290.     object Table1ListPrice: TCurrencyField
  291.       FieldName = 'ListPrice'
  292.     end
  293.     object Table1Qty: TSmallintField
  294.       FieldName = 'Qty'
  295.       OnGetText = Table1QtyGetText
  296.       Calculated = True
  297.     end
  298.   end
  299.   object WebActionMailer: TWebAction
  300.     tpOptions = [tpUpdateOnLoad, tpStatusPanel]
  301.     StatusBar = tpStatusBar1
  302.     OnExecute = WebActionMailerExecute
  303.     DirectCallOk = False
  304.     Left = 11
  305.     Top = 156
  306.   end
  307.   object waScrollGrid: TWebAction
  308.     tpOptions = [tpUpdateOnLoad, tpUpdateOnGet, tpStatusPanel]
  309.     StatusBar = tpStatusBar1
  310.     OnExecute = waScrollGridExecute
  311.     WebIni = fmWebAppMainForm.WebIniLink
  312.     WebApp = fmWebAppMainForm.htWebApp
  313.     DirectCallOk = False
  314.     Left = 86
  315.     Top = 102
  316.   end
  317.   object WebCreditCard1: TWebCreditCard
  318.     tpOptions = [tpUpdateOnLoad, tpUpdateOnGet, tpStatusPanel]
  319.     StatusBar = tpStatusBar1
  320.     OnExecute = WebCreditCard1Execute
  321.     WebIni = fmWebAppMainForm.WebIniLink
  322.     WebApp = fmWebAppMainForm.htWebApp
  323.     DirectCallOk = False
  324.     Respond = False
  325.     Left = 54
  326.     Top = 174
  327.   end
  328.   object WebactionQueueTransaction: TWebAction
  329.     tpOptions = [tpUpdateOnLoad, tpUpdateOnGet, tpStatusPanel]
  330.     StatusBar = tpStatusBar1
  331.     OnExecute = WebactionQueueTransactionExecute
  332.     WebIni = fmWebAppMainForm.WebIniLink
  333.     WebApp = fmWebAppMainForm.htWebApp
  334.     DirectCallOk = False
  335.     Left = 86
  336.     Top = 174
  337.   end
  338.   object ICVerifyTransactionQueuer: TICVerifyTransactionQueuer
  339.     QueueDirectory = 'd:\h\dpr\dmart2\'
  340.     Left = 118
  341.     Top = 174
  342.   end
  343.   object tpDataModule1: TtpDataModule
  344.     CloneMe = False
  345.     Left = 113
  346.     Top = 105
  347.   end
  348. end
  349.